Update version number to reflect that next stable release will be 3.2.x
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 17 Aug 2007 14:43:24 +0000 (15:43 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 17 Aug 2007 14:43:24 +0000 (15:43 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/Makefile

index 1c701060d9062400a3f64f8741264a156e6eccb7..b0a9ac311c74165a95763ded7c0c50d1e69fec83 100644 (file)
@@ -1,7 +1,7 @@
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
-export XEN_SUBVERSION    = 0
+export XEN_SUBVERSION    = 2
 export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version